projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b6ab2
)
* lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.
author
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:22:52 +0000
(20:22 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:22:52 +0000
(20:22 -0400)
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 9a37722165d2ff540979c884316ada33ca991fbf..9b7bc219923a71573819ec365466293ac2c42ec7 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-581,6
+581,7
@@
It can be quoted, or be inside a quoted form."
(declare-function xref-make-elisp-location "xref" (symbol type file))
(declare-function xref-make-bogus-location "xref" (message))
(declare-function xref-make "xref" (description location))
+(declare-function xref-collect-references "xref" (name dir))
(defun elisp-xref-find (action id)
(require 'find-func)